home *** CD-ROM | disk | FTP | other *** search
/ Resource for Source: C/C++ / Resource for Source - C-C++.iso / misc_src / jfklib / hello.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-11-01  |  251 b   |  15 lines

  1. /*
  2.     HELLO.H - Hello World - A Simple Demoprogram
  3.     (C) 1991 by Joachim Kainz 'On a mission from Bhudda'
  4. */
  5.     #if !defined (__HELLO_H)
  6.  
  7.     #define __HELLO_H 1
  8.  
  9.     #include <jfklib.h>
  10.  
  11.     #define ID_FONT         1001
  12.     #define ID_HI_FOLKS     1002
  13.  
  14.     #endif
  15.